home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
lib
/
perl5
/
autobox
/
universal.pm
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Perl POD Document
|
2008-05-24
|
242 b
|
15 lines
package # hide from PAUSE
autobox::universal;
use strict;
use warnings;
use autobox (); # don't import()
use Exporter (); # perl 5.8.0 doesn't support "use Exporter qw(import)"
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(type);
1;